﻿/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; font-size: 14px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a;text-decoration: none;}
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {background-color:#6d6e70;}
::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@-webkit-keyframes bounce-up {
25% {-webkit-transform: translateY(5px);}
50%, 100% {-webkit-transform: translateY(0);}
75% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce-up {
25% {transform: translateY(5px);}
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-5px);}
}

*,a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

/*头部最上面*/
.container { width:90%;max-width: 1400px; margin: 0 auto; }
.top1{width:100%;background:#6e6e6d;height:30px;line-height:30px;display:block;}
.top1 p{width:50%;font-size:12px;color:#ffffff;float:left;}
.top1 div.top1_nav{float:right;width:40%;text-align:right;}
.top1 div.top1_nav a{display:inline-block;vertical-align:top;padding:0 5px;font-size:12px;color:#ffffff;}
.top1 div.top1_nav a:hover{color:#283681;}
@media (max-width:1199px) {.container { width:95%;}  }
@media (max-width:992px) {  }
@media (max-width:880px) {.top1{display:none;}}
@media (max-width:767px) { }

/*头部logo区域*/
.header_wrap{position:fixed;top:0;left:0;width:100%;z-index:9999999;background:#ffffff;box-shadow: 6px 0 10px #c4c4c4, 0px 0px 8px transparent;}
#header{background:#ffffff;}
#header .logo {margin:10px 20px 0 0;display:inline-block;}
#header .logo  a{display:block;}
#header .logo img {vertical-align: middle;}
.top_tel{margin:10px 0 10px;}
.top_tel .top_tel_in{background:url(../images/top_tel.png) left center no-repeat;padding-left:37px;margin-bottom:5px;background-size: 30px 30px;}
.top_tel .top_tel_in p{font-size: 14px;text-align:left;}
.top_tel .top_tel_in span{color: #e62128;font-size: 25px;font-weight:bold;text-align:right;}
.top_tel .search .search_1{float:left;display:block;width:75%;padding:0 2%;height:40px;line-height:40px;border:1px solid #dedede;border-right:0;font-size:14px;color:#555555;outline:none;}
.top_tel .search .search_2{float:left;display:block;width:20%;height:42px;line-height:42px;background:#1a1a1a url(../images/search_btn.png) center center no-repeat;font-size:0;color:#555555;outline:none;cursor:pointer;-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;}
.top_tel .search .search_2:hover{background:#e62128 url(../images/search_btn.png) center center no-repeat;}
@media (max-width:1199px) {#header .logo{ width:47%;}#header .logo img{max-height: 100%;max-width: 100%;}}
@media (max-width:992px) {#header .logo{width:60%;}}
@media (max-width:880px) {#header .logo{width:100%;float:none;text-align:center;}.top_tel{float:none;width:100%;margin-top:0;margin-bottom:20px;}.top_tel .top_tel_in{display:none;} }
@media (max-width:767px) {#header .logo{ width:95%; margin:0 auto;padding:10px 0;float:none;display:block;}#header .logo  a{text-align:center;}}

/*导航*/
#nav { /*background-color:#1a1a1a;*/background:url(../images/navbg.png) center center repeat; width:100%;}
#nav ul li { float: left; width:9.5%;}
#nav ul li:last-child{background-color: #e62128;width:5%;}
#nav ul li:last-child a:after{display:none !important;}
#nav ul li a { color: #fff;width:98%; padding: 0 1%; font-size: 14px; text-align: center; height: 60px; line-height: 60px; display: inline-block; cursor: pointer;position: relative;overflow: visible;-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;}
#nav ul li a:after{content: '';width: 1px;/*background-color: #393738;*/background:#eaeaea;position: absolute;right: 0;height: 25px;top: 50%;margin-top: -12.5px;top-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);transition: all .66s cubic-bezier(.17, .84, .44, 1);z-index: 1;border: none;}
#nav ul li a:before{content: '';display:none;width: 20px;background-color: #e62128;background-color: #ffffff;left: 50%;position: absolute;top: 73%;height: 3px;-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);transition: all .66s cubic-bezier(.17, .84, .44, 1);z-index: 1;border: none;margin-left: -10px;}
#nav ul li a.active{background:#e62128;color:#fff;}
#nav ul li a.active:after{display:none;}
#nav ul li a.active:before{display:block;}
#nav ul li a:hover {color: #ffffff;background: #e62128;}
#nav ul li a:hover:after{display:none;}
#nav ul li a:hover:before{display:block;}
.web_nav{display:none;width:90%; height: 60px;line-height:60px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 22px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;outline:none;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.web_nav{width:90%;display:block;}#nav .container { width:100%; }
#nav ul{width:100%;display:none;}#nav ul li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;margin: 0 0;}
#nav ul li a{color:#333; display:block;}.web_nav span.search_bt {display: inline-block;cursor: pointer; float: right;  font-size: 20px; color: #fff; font-weight: bold; width: 32px; height: 32px; text-align: center; line-height: 33px; border-radius: 50%; margin: 9px 14px 0 0; background: #e9852f url(../images/search_btn.png) center center no-repeat;}#nav ul li a:after{display:none;}#nav ul li:last-child{width:100%;color:#fff}#nav ul li:last-child a{color:#fff}}
@media (max-width:767px) {}


.ly_top { width:100%; margin: 0 auto; padding: 0; background-color: #fff;}
.ly_top .top_main { width:96%;  margin: 0 auto; padding: 0 2%;max-width:1400px;}
.top_main .ly_logo { width:800px; height: 108px; overflow: hidden; margin: 0 13px 0 0; padding: 0; float: left;}
.top_main .ly_logo  a{display:block;width:100%;height:100%;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-align:center;}
.top_main .ly_logo img{max-width:100%;max-height:100%;}
@media (max-width:1384px) {.top_main .ly_logo { width:600px; }  }
@media (max-width:1114px) {.top_main .ly_logo { width:500px; } }
@media (max-width:1113px) {.top_main .ly_logo { width:80%; }}
@media (max-width:767px) {.ly_top { width:94%; overflow: hidden; margin: 0 auto; padding: 0 2%; background-color: #fff;}
	.ly_top .top_main { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:7rem; height: 0.72rem; overflow: hidden; margin:0.2rem 0.2rem 0.2rem 0; padding: 0; float: left;}
	.ly_logo img { display:block; width:4.8rem; height: 0.72rem; overflow: hidden; vertical-align: middle;}}


/**top**/
@media screen and (min-width:1336px) {
	.top_main .ly_tel { height: 40px; float:right; color: #333; font-size: 14px; margin: 0 0 0 30px; padding: 30px 0 12px 20px; border-left: 1px solid #eaeaea; float: right;}
	.ly_tel span { display: block; line-height: 35px; color: #fff; font-size:20px; padding:0 10px 0 30px;font-weight: bold;background: #e62128 url(../images/top_tel2.png) 5px center no-repeat;}
}
@media screen and (max-width:1335px) and (min-width:1081px) {
	.top_main .ly_tel { width:200px; height: 60px; float:right; color: #333; font-size: 14px; margin: 20px 0 0 30px; padding: 12px 0 12px 20px; border-left: 1px solid #eaeaea; float: right;}
	.ly_tel span { display: block; line-height: 35px; color: #fff; font-size:20px; padding:0 10px 0 30px;font-weight: bold;background: #e62128 url(../images/top_tel2.png) 5px center no-repeat;}
	
	
}
@media screen and (min-width:1081px) {
	
	/**中英文切换**/
	.cn_en { padding: 12px 0; height: 84px; line-height: 84px; float: right;}
	.cn_en a { color: #333; font-size:14px;}
	.cn_en a:hover { color:#1a1a1a; text-decoration: underline;}
	
	/**search**/
	.ly_search { width:220px; overflow: hidden;padding: 36px 0; float: right;}
	.ly_search form { display: block; width:220px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ly_search form .sc_ipt { width:180px; height: 36px; overflow: hidden; margin: 0; padding: 2px 0 2px 14px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; float: left; box-sizing: border-box;}
	.ly_search form .sc_btn { width:40px; height: 36px; overflow: hidden; margin: 0; padding: 0; border-top: 1px solid #eaeaea; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; box-sizing: border-box;}
	.sc_ipt input { display:block; width:100%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 34px; background: url(../images/sc_btn1.png) center center no-repeat; background-size: 16px 16px; border: none; outline: none;}
	
}
@media screen and (max-width:1080px) {
	.top_main .top_r { display: none;}
	
	.top_main .ly_tel { display:none;}
	
	/**中英文切换**/
	.cn_en { position: absolute; top: 0.16rem; right: 1.24rem;}
	.cn_en a { display: block; width: 0.68rem; height: 0.68rem; line-height: 0.68rem; color: #333; font-size:0.28rem; text-align: center; margin: 0; padding: 0;}
	.cn_en a:active { color:#1a1a1a; text-decoration: underline;}
	
	/**search**/
	.ly_search { width:100%; height: 0.68rem; overflow: hidden; margin: 0.16rem 0; padding: 0; float: left;}
	.ly_search .sc_ipt { width:88%; height: 0.68rem; overflow: hidden; margin: 0; padding: 0.1rem 0.24rem; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 0.04rem 0 0 0.04rem; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:12%; height: 0.68rem; overflow: hidden; margin: 0; padding: 0; border-top: 1px solid #eaeaea; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; box-sizing: border-box;}
	.sc_ipt input { display:block; width:100%; height: 0.48rem; overflow: hidden; line-height: 0.48rem; color: #666; font-size: 0.26rem; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 100%; background: url(../images/sc_btn1.png) center center no-repeat; background-size:0.3rem 0.3rem; border: none; outline: none;}
}

/**nav**/
@media screen and (min-width:1200px) {	
	.nav { width:90%; max-width:1400px;height: 48px; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {	
	.nav { width: 96%; height: 48px; margin: 0 auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	/**nav**/
	.ly_nav { width: 100%; height: 48px; /*background-color: #f0f0f0;*/ margin: 0 auto; padding: 0; position: relative;}
	
	.nav_item { float: left; position: relative; margin: 0; width:10%;}
	.nav_item > a { display: block; width:100%; height: 48px; padding: 0; line-height: 48px; color: #333; font-size: 14px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	/*.nav_item > a:hover, .nav_item > a.navon { background-color: #1a1a1a; color: #fff;}*/
	.nav_item>i{display: inline-block;
    width: 0;
    height: 0;
    margin-left: .286rem;
    content: '';
    vertical-align: middle;
    border-top: .02rem solid;
    border-right: .02rem solid transparent;
    border-left: .02rem solid transparent;
    margin-right: 0;
    margin-left: .3em;position:absolute;right:10px;top:50%;margin-top:-0.01rem;}
	.menu_open { display: none;}
	
	.nav_item_open { width: 120%; height: auto; position: absolute; left: -10%; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #1a1a1a; margin-top: -4px;}
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; overflow: hidden; padding: 0; color: #666; font-size: 14px; white-space: nowrap; text-align: center; white-space: nowrap;text-overflow: ellipsis;}
	.nav_item2:hover a { background-color: #1a1a1a; color: #fff; }
	.hcover { display: none;}
	
}
@media screen and (max-width:1080px) {
	/**nav**/
	.menu_open { display: block; float: right; width: 0.68rem; height: 0.68rem; padding: 0.06rem 0; border: 1px solid #eaeaea; position: absolute; top: 0.16rem; right: 3%; box-sizing: border-box; z-index: 998; cursor: pointer}
    .menu_open i { height: 2px; width: 50%; background-color: #1a1a1a; display: block; margin: 0.1rem auto;}
	.menu_open:hover { background-color:#1a1a1a; border: 1px solid #1a1a1a;}
	.menu_open:hover i { background-color: #fff;}
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 999; overflow: hidden; background-color: #1a1a1a;}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed; right: -50%; top: 0; z-index: 999; }
    .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 46px; position: relative;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .1); }
    .nav_item > a { display: block; margin: 0; font-size: 14px; line-height: 1.8; color: #fff; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.nav_item > a:active { background-color: #0065a4;}
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block;}
    /*.nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; left: 0; }*/
    .nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255, 255, 255, .5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #1a1a1a; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 18px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
    .subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 20px; margin-bottom: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, .5); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; line-height: 1.8; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .1);}
}



/*首页banner*/
.flickerplate {position:relative;width:100%;height:600px;background-color:#e6e6e6;overflow:hidden;margin-top:187px;}
.flickerplate ul.flicks {width:10000%;height:100%;padding:0px;margin:0px;list-style:none}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner7.jpg);}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner1.jpg);}
.flickerplate ul.flicks>li:nth-child(3){background-image:url(../images/banner2.jpg);}
.flickerplate ul.flicks>li {float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}
.flickerplate ul.flicks>li .flick-inner {height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}
.flickerplate ul.flicks>li .flick-inner .flick-content {max-width:68.75em;margin-left:auto;margin-right:auto}
.flickerplate ul.flicks>li .flick-title {padding:0px 0px;font-size:2.778em;line-height:1.995em;text-align:center}
@media only screen and (max-width:43.813em) {.flickerplate ul.flicks>li .flick-title {font-size:1.667em}}
.flickerplate ul.flicks>li .flick-sub-text {padding:5px;font-weight:300;line-height:2.5em;color:rgba(255,255,255,0.8);text-align:center}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {padding:12px 18px;background-color:rgba(0,0,0,0.6)}
.flickerplate .arrow-navigation {position:absolute;height:80%;width:10%;top:10%;z-index:100;overflow:hidden}
.flickerplate .arrow-navigation .arrow {display:block;height:100%;width:90%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}
.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {cursor:pointer}
.flickerplate .arrow-navigation.left {left:0%}
.flickerplate .arrow-navigation.left .arrow {opacity:0;margin:0px 0px 0px 50%;background-image:url("../images/arrow-left-light.png");background-repeat:no-repeat;background-position:left}
.flickerplate .arrow-navigation.right {right:0%}
.flickerplate .arrow-navigation.right .arrow {opacity:0;margin:0px 0px 0px -50%;background-image:url("../images/arrow-right-light.png");background-repeat:no-repeat;background-position:right}
.flickerplate .arrow-navigation.left.hover .arrow {opacity:1;margin:0px 0px 0px 20%}
.flickerplate .arrow-navigation.right.hover .arrow {opacity:1;margin:0px 0px 0px -20%}
.flickerplate .dot-navigation {position:absolute;bottom:25px;width:100%;text-align:center;z-index:100}
.flickerplate .dot-navigation ul {text-align:center;list-style:none;padding:0px 15px}
.flickerplate .dot-navigation ul li {display:inline-block;float:none}
.flickerplate .dot-navigation .dot {width:12px;height:12px;margin:0px 5px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}
.flickerplate .dot-navigation .dot:hover {cursor:pointer;background-color:rgba(255,255,255,0.5)}
.flickerplate .dot-navigation .dot.active {background-color:rgb(255,255,255);border:2px solid rgb(255,255,255);}
.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {text-align:left}
.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {text-align:right}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {background-image:url("../images/arrow-left-dark.png")}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {background-image:url("../images/arrow-right-dark.png")}
.flickerplate.flicker-theme-dark .dot-navigation .dot {background-color:rgba(0,0,0,0.12)}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {background-color:rgba(0,0,0,0.6)}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {background-color:#000}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate.animate-transform-slide ul.flicks {-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%,0px,0px);-webkit-transform:translate3d(0%,0px,0px);-webkit-transition:-webkit-transform 0.6s;-o-transition:-o-transform 0.6s;-moz-transition:-moz-transform 0.6s;transition:transform 0.6s}
.flickerplate.animate-transition-slide ul.flicks {position:relative;left:0%;-webkit-transition:left 0.4s ease-out;-moz-transition:left 0.4s ease-out;-o-transition:left 0.4s ease-out;-ms-transition:left 0.4s ease-out;transition:left 0.4s ease-out}
.flickerplate.animate-jquery-slide ul.flicks {position:relative;left:0%}
.flickerplate.animate-scroller-slide {padding-bottom:0px;overflow:auto}
.flickerplate.animate-scroller-slide ul.flicks {position:auto}
@media (max-width:1199px) {.flickerplate{height:380px;}}
@media (max-width:992px) {.flickerplate{height:380px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj7.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(3){background-image:url(../images/banner_sj2.jpg) !important;}
/*.flickerplate ul.flicks>li:nth-child(4){background-image:url(../images/banner_sj2.jpg) !important;}*/	}
@media (max-width:880px) {}
@media (max-width:767px) {.flickerplate{height:200px;}}

.ly_title { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0;text-align:center;}
.ly_title p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 30px; font-weight: normal;text-align: center;}
.ly_title p font { color:#333;}
.ly_title span {width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto 0; padding: 0; color: #999; font-size: 12px; font-family: "Arial"; text-align: center;text-transform : uppercase;background:#fff;}
.ly_title span:before{content:'';display:inline-block;width:50px;height:1px;background:#dedede;margin-right:10px;vertical-align:middle;} 
.ly_title span:after{content:'';display:inline-block;width:50px;height:1px;background:#dedede;margin-left:10px;vertical-align:middle;} 
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.ly_title p{font-size:22px;margin-bottom: 8px;}.ly_title span:before{width:15px;}.ly_title span:after{width:15px;}}

/*首页服务项目*/
.h_service{width:100%;background:#ffffff;padding:40px 0 10px;}
.h_service ul li{float:left;width:14%;margin-right:3%;}
.h_service ul li:nth-last-child(1){margin-right:0;}
.h_service ul li p{border:1px solid #dedede;border-radius:50%;text-align:center;width:100px;height:100px;overflow:hidden;margin:0 auto 10px;}
.h_service ul li p img {vertical-align:middle}
.h_service ul li p .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_service ul li span{display:block;margin-bottom:5px;}
.h_service ul li span a{display:block;color: #2a2a2a;font-size:18px;text-align:center;}
.h_service ul li em{display:block;color: #6b6b6b;font-size:14px;text-align:center;}
.h_service ul li:hover a{color:#e62128;}
.h_service ul li:hover em{color:#e62128;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.h_service ul li{width:48%;margin-bottom:10px;}.h_service ul li:nth-child(2n){margin-right:0;}.h_service ul li span a{font-size:16px;}.h_service ul li em{font-size:12px;}}
@media (max-width:767px) {.h_service{padding: 20px 0 10px;}}



/*首页产品中心*/
.h_products{width:100%;background:#ffffff;}
.h_products_in{ width:90%;max-width:1400px;margin:0 auto;padding:40px 0 10px;}
.h_products_in .content_right{float:none;width:100%;}
.h_products_in .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.h_products_in .content_right .bread_nav h2{width:20%;font-size:16px;color:#333;float:left;font-weight:bold;}
.h_products_in .content_right .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.h_products_in .content_right .bread_nav div a{color:#555;font-size:12px;}
.h_products_in .content_right .bread_nav div a:hover{color:#e9852f}
.h_products_in .conn ul.h_product_hd{text-align:center;margin-bottom:15px;}
.h_products_in .conn ul.h_product_hd li{display:inline-block;margin-right: 5px;margin-bottom:10px;}
.h_products_in .conn ul.h_product_hd li a{display:inline-block;padding: 5px 15px;background: #fff;border: 1px solid;border-color: #e62128;color:#555;font-size:14px;border-top-left-radius: 2px;border-top-right-radius: 2px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_products_in .conn ul.h_product_hd li.all a{background: #e62128;color:#fff;}
.h_products_in .conn ul.h_product_hd li a:hover{background: #e62128;color:#fff;}
.h_products_in .conn ul.h_product_bd{padding-top:20px;display:none;}
.h_products_in .conn ul.h_product_bd li{float:left;width:23%;margin-right:2.5%;margin-bottom:30px;}
.h_products_in .conn ul.h_product_bd li:nth-child(4n) {margin-right: 0px;}
.h_products_in .conn ul.h_product_bd li .pro_img{background:#fff;border:1px solid #dedede;padding:10px 10px;}
.h_products_in .conn ul.h_product_bd li .pro_img a{text-align:center;height:280px;overflow:hidden;background:#fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.h_products_in .conn ul.h_product_bd li .pro_img a img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_products_in .conn ul.h_product_bd li .pro_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;display:none;}
.h_products_in .conn ul.h_product_bd li p{padding:5px 1%;width:98%;color:#555;font-size:15px;height:40px;line-height:40px;text-align:center;margin-top:-1px;}
.h_products_in .conn ul.h_product_bd li p span{display:block;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_products_in .conn ul.h_product_bd li p span a{color:#555;}
.h_products_in .conn ul.h_product_bd li:hover .pro_img img{transform: scale(1.2);}
.h_products_in .conn ul.h_product_bd li:hover p{}
.h_products_in .conn ul.h_product_bd li:hover p a{color:#e62128;}
.h_more{display:block;width:120px;height:36px;line-height:36px;margin:0 auto 30px;text-align:center;font-size:14px;border: 1px solid;border-radius: 2px;color: #e62128;border-color: #e62128;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_more:hover{background: #e62128;color:#fff;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.h_products_in .conn ul.h_product_bd li .pro_img a{height:144px;} }
@media (max-width:767px) {.h_products_in{padding:20px 0 10px;}.h_products_in .content_left{float:none;width:100%;margin-bottom:10px;}.h_products_in .content_left .c_tlt{text-indent:5%;text-align:left;background:#283681 url(../images/pro_fl_icon.png) 95% center no-repeat;height:45px;line-height:45px;font-size:16px;}.h_products_in .content_left .pro_mulu{display:none;}.h_products_in .content_left .pro_mulu_index li div{display:none;}.h_products_in .content_right{float:none;width:100%;}.h_products_in .conn ul.h_product_bd li{width:47%;margin-bottom: 10px;margin-right: 6%;}.h_products_in .conn ul.h_product_bd li:nth-child(2n){margin-right:0;}.h_products_in .conn ul.h_product_bd li:nth-child(3n){margin-right:6%;}.h_products_in .conn ul.h_product_bd li:nth-child(6n){margin-right:0;}.h_products_in .conn ul.h_product_bd li .pro_img a{height:130px;}.h_products_in .conn ul.h_product_bd li p{font-size:12px;height:30px;line-height:30px;}.h_products_in .conn ul.h_product_bd li p span{height:30px;line-height:30px;}.h_products_in .conn ul.h_product_hd{display:none;}.h_more{margin: 0 auto 15px;}}

.ly_title2 { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0;text-align:center;}
.ly_title2 p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #fff; font-size: 30px; font-weight: normal;text-align: center;}
.ly_title2 p font { color:#fff;}
.ly_title2 span {width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto 0; padding: 0; color: #fff; font-size: 12px; font-family: "Arial"; text-align: center;text-transform : uppercase;}
.ly_title2 span:before{content:'';display:inline-block;width:50px;height:1px;background:#dedede;margin-right:10px;vertical-align:middle;} 
.ly_title2 span:after{content:'';display:inline-block;width:50px;height:1px;background:#dedede;margin-left:10px;vertical-align:middle;} 
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) { }
@media (max-width:767px) {.ly_title p{font-size:22px;}}

/*首页公司简介*/
.about{ width:100%; background:#1a1a1a; background-attachment: fixed;padding:60px 0 80px;}
.about .container{}
.about .container .box{padding:15px 25px 30px;}
.about .about_l{float:left;width:61%;padding:0 0 0;color: #d8d5d5;line-height: 25px;}
.about .about_l div.con{font-size:14px;line-height:28px;color:#fff;text-indent:28px;height:200px;overflow:hidden;margin:10px 0 40px;}
.about .about_l a.more{display:block;width:110px;height:36px;line-height:36px;text-align:center;font-size:14px;border:1px solid #fff;color:#fff;border-radius:2px; margin-top: 40px;}
.about .about_l a.more:hover{background:#e62128;border:1px solid #e62128;}
.about .about_r{float:right;width:36%;}
.about .about_r a{display:block;}
.about .about_r a img{max-width:100%;}

.h_fzlc{width:100%;margin-top:40px;position:relative;}
.h_fzlc:before{content:'';width: 100%;height: 1px;background: #6b6b6b;position: absolute;left: 0;top: 25px;z-index: 1;}
.wrapper04 {position:relative;height: 0.8rem;width: 100%;max-width:1400px;margin:0 auto;overflow:hidden;}
.wrapper04:before{content:'';width: 100%;height: 1px;background: #6b6b6b;position: absolute;left: 0;top:33px;z-index: 1;}
.wrapper04 .scroller {position:absolute;z-index:99;}
.wrapper04 .scroller ul{}
.wrapper04 .scroller li {height: .5rem;color:#fff;float: left;font-size: .2rem;text-align: center}
.wrapper04 .scroller li .fz12{color:#fff;display:block;margin:0 .1rem;position:relative;font-size:14px;}
.wrapper04 .scroller li .fz12 span{display:block;}
.wrapper04 .scroller li .fz12:after{content:'';width: 7px;height: 7px;cursor: pointer;background: #ffffff;border-radius: 50%;display:block;margin:10px auto 2px;}
.wrapper04 .scroller li .fz12 .fz14{width: 300px;display: none;text-align: left;border-radius: 6px;color: #333333;background: #ffffff;position: absolute;left: 0;top: 50px;z-index: 2;padding: 15px;    font-size: 12px;}
.wrapper04 .scroller li .fz12 .fz14 .triangle{height: 15px;overflow: hidden;position: absolute;left: 5%;top: -15px;margin-left: -160px;width: 320px;right: 0;}
.wrapper04 .scroller li .fz12 .fz14 .triangle:before {content: "";position: absolute;top: 10px;left: 50%;width: 12px;height: 12px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);background-color: #ffffff;}
.wrapper04 .scroller li:nth-last-child(2) .fz14 .triangle {left: 85%;}
.wrapper04 .scroller li:nth-last-child(1) .fz14 .triangle {left: 85%;}
.wrapper04 .scroller li:nth-last-child(2) .fz14 {left: -260px;}
.wrapper04 .scroller li:nth-last-child(1) .fz14 {left: -260px;}
.wrapper04 .scroller li.cur .fz14{display:block;}
.wrapper04 .scroller li.cur a{}
@media (max-width:1199px) {}
@media (max-width:992px) {.about{padding: 20px 0 20px;}  }
@media (max-width:880px) {.wrapper04:before{top:30px;}.wrapper04{height:1.5rem;}.wrapper04 .scroller li.cur .fz14{font-size:12px;width:260px;}.wrapper04 .scroller li{font-size:0.1rem;}.about .about_l{float:none;width:100%;}.about .about_l div.con{text-align:center;}.about .about_r{float:none;width:100%;margin-top:20px;text-align:center;}.about .about_l a.more{margin:0 auto;}.wrapper04 .scroller li:nth-last-child(2) .fz14 {left: -252px;}.wrapper04 .scroller li:nth-last-child(1) .fz14 {left: -252px;}.wrapper04 .scroller li:nth-last-child(2) .fz14 .triangle {left: 92%;}.wrapper04 .scroller li:nth-last-child(1) .fz14 .triangle {left: 92%;}}
@media (max-width:767px) {.about .tlt{text-align:center;margin-bottom: 0;}.about .about_l{width:100%;}.about .about_r{width:100%;}.about .about_l a.more{margin:0 auto 10px;color:#fff;border:1px solid #fff;} .about .about_l div.con{margin:10px 0 10px;}.about .container .box{padding: 15px 10px 30px;}.wrapper04 {height: 3rem;}.wrapper04 .scroller li .fz12{font-size:13px;}}



/*首页新闻*/
.sy_news{ margin:50px 0;}
.sy_news_hd{margin-bottom:20px;}
.sy_news_hd .tlt{float:left;position:relative;width:36%;overflow:hidden;}
.sy_news_hd .tlt p{font-size:20px;color:#37474f;font-weight:bold;float:left;height:46px;line-height:46px;}
.sy_news_hd .tlt em{display:block;width:38px;height:2px;background:#c4261d;position:absolute;bottom:0;left:0;}
.sy_news_hd .sy_news_right{width:100%;text-align:center;}
.sy_news_hd .sy_news_right .sy_news_type{max-width:100%;padding-top:10px;text-align:right;display:inline-block;}
.sy_news_hd .sy_news_right .sy_news_type span a{display:inline-block;float:left;height:30px;line-height:30px;background:#dedede;text-align:center;padding:0 15px;font-size:12px;color:#333;margin-right:10px;cursor:pointer; overflow: hidden;}
.sy_news_hd .sy_news_right .sy_news_type span a.on{background:#e62128;color:#fff;}
.sy_news_hd .sy_news_right .sy_news_type span a:hover{background:#e62128;color:#fff;}
.imgnews-list {padding:0;margin:0;list-style:none;margin-top:50px;}
.imgnews-list li.item-other {opacity:1;width:55%;float:right;padding:10px 0px;border-bottom:1px solid rgb(107,107,107);border-color:rgb(107,107,107);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.imgnews-list .item-1 {width:40%;float:left;padding:0;border:none;opacity:1;transform:none;}
.imgnews-list .item-1 .img {overflow:hidden;max-height:280px;}
.imgnews-list .item-1 .img img {-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;opacity:.78;width:100%;}
.imgnews-list .item-1 .text {background:#e62128;background:;padding:28px 20px 28px 40px;}
.imgnews-list .item-1 .text .date {float:left;}
.imgnews-list .item-1 .text .day {font-size:36px;font-weight:bold;position:relative;letter-spacing:1px;color:#2a2a2a;color:#ffffff;}
.imgnews-list .item-1 .text .year {color:#6b6b6b;color:#eeeeee;position:relative;display:block;}
.imgnews-list .item-1 .text .content {color:#fff;width:80%;float:right;}
.imgnews-list .item-1 .text .content .sywzbt {color:#2a2a2a;color:#ffffff;line-height:30px;margin:0;font-size:16px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,0.2); font-weight:bold;width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.imgnews-list .item-1 .text .content p {color:#6b6b6b;color:#eeeeee;padding-top:15px;margin:0;}
.imgnews-list li .title {font-size:14px;line-height:30px;color:#2a2a2a;margin:0;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:78%;font-weight:normal;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.item-other-desc {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%;display:inline-block;color:#6b6b6b;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.imgnews-list li .time {display:inline-block;line-height:30px;float:right;color:#6b6b6b;color:;font-size:13px;position:relative;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;}
.imgnews-list li.item-other:hover {}
.imgnews-list li.item-other:hover .sywzbt {color:rgb(230,33,40);padding-left:15px;}
.imgnews-list li.item-other:hover .item-other-desc {padding-left:15px;}
.imgnews-list li.item-other:hover .time {right:15px;}
.imgnews-list .item-1:hover {-webkit-box-shadow:5px 8px 20px rgba(0,0,0,0.08);box-shadow:5px 8px 20px rgba(0,0,0,0.08);padding:0;}
.imgnews-list .item-1:hover img {-webkit-transform:scale(1.08);transform:scale(1.08);opacity:1;}
.btn-more { clear:both;border: 1px solid; color: #fff; color: #c4261d; display: block; width: 110px; text-align: center; margin: 30px auto 0; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; height:30px; line-height:30px; }
.btn-more:hover {background: #c4261d;color: #fff;border-color: #c4261d; text-decoration: none }
@media (max-width:1199px) {.sy_news{ padding:0 5%;margin: 40px 0;}.imgnews-list .item-1 .text{ padding-left:3%;}}
@media (max-width:992px) {  }
@media (max-width:880px) {.imgnews-list .item-1{width:100%;float:none;}.imgnews-list li.item-other{width:100%;float:none;}.imgnews-list{margin-top:10px;}.ly_title{margin: 0 auto 10px;}.sy_news{margin: 20px 0;}.imgnews-list .item-1 .text .content{width:86%;} }
@media (max-width:767px) {.sy_news{ padding:0 5%; margin:15px 0 30px;}.img-news-l{ width:100%; margin-bottom:20px;}.img-news-r{ width:100%;}.imgnews-list .item-1 .text{ padding-left:3%;} }

/*首页友情链接*/
.link{width:100%;margin-bottom:30px;}
.link .link_con{width:100%;margin:0 auto;background:#fff;padding:15px 0;}
.link .link_con span{display:block;background:url(../images/pecv.png) left center no-repeat;padding-left:25px;font-size:15px;font-weight:bold;height:26px;line-height:26px;margin-bottom:5px;}
.link .link_con p{font-size:12px;color:#555;line-height:24px;padding:0 15px 0 0;}
.link .link_con p a{font-size:12px;color:#555;padding-right:5px;}
.link .link_con p a:hover{color:#c4261d;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.link{margin-bottom:10px;} }
@media (max-width:767px) { }

/*网站底部*/
.foot{width:100%;background-color: #1a1a1a;color:#ffffff;padding:25px 0 0;}
.foot .foot1 .f_nav{float:left;width:70%;}
.foot .foot1 .f_nav dl{float:left;width:20%;}
.foot .foot1 .f_nav dl.lxfs{width:40%;}
.foot .foot1 .f_nav dl dt{margin-bottom:10px;}
.foot .foot1 .f_nav dl dt a{display:block;color:#ffffff;font-size:16px;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.foot .foot1 .f_nav dl dt:after{content:'';display:inline-block;width:38px;height:4px;background:#e62128;}
.foot .foot1 .f_nav dl dd{color:#fff;font-size:14px;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;padding-right: 30px;}
.foot .foot1 .f_nav dl dd a{display:block;color:#fff;font-size:14px;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.foot .foot1 .f_nav dl.lxfs dd{height:40px;line-height:40px;}
.foot .foot1 .f_nav dl.lxfs dd img{vertical-align: middle;}
.foot .foot1 .f_nav a:hover{color:#e9852f;}
.foot .foot1 .f_code{width:13%;float:right;}
.foot .foot1 .f_code .code{width:100%;margin:0 auto;}
.foot .foot1 .f_code .code img{max-width:100%;height:auto;display:inline-block;}
.foot .foot1 .f_code p{max-width:100%;text-align:center;color:#ffffff;font-size:14px;height:40px;line-height:40px;}
.foot .foot1{margin-bottom:20px;}
.foot .foot2 {color:#fff;font-size:12px;text-align:center;background: #171616;padding:10px 0;}
.foot .foot2 p{line-height:20px;}
.foot .foot2 a{color:#fff;font-size:12px;}
.foot .foot2 a:hover{color:#e9852f;}
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.foot{padding: 15px 0 28px;}.foot .container{width:100%;}.foot .foot1 .f_nav dl dd{display:none;}.foot .foot1 .f_code{display:none;}.foot .foot1{position:fixed;z-index:999999;bottom:0;background:#fff;width:100%;-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.1);box-shadow: 0 -1px 3px rgba(0,0,0,.1);margin-bottom:0;}.foot .foot1 .f_nav{width:100%;height: 44px;}.foot .foot2{padding-bottom:35px;background: none;font-size:12px;}.foot .foot2 a{font-size:12px;}.foot .foot1 .f_nav dl dt a{height:44px;line-height:44px;color:#555;font-size:14px;}.foot .foot1 .f_nav dl dt{margin-bottom:0;text-align:center;}.foot .foot1 .f_nav dl{width:25%;border-right: 1px solid #ddd;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.foot .foot1 .f_nav dl.lxfs{width:25%;}}
@media (max-width:767px) {}


/*悬浮链接*/
.suspend-item {background: url(../images/toolbar.png) no-repeat #e62128;  display: block; width: 52px; height: 52px; margin-top: 1px; position: relative; -moz-transition: background-position 1s; -ms-transition: background-position 1s; -o-moz-transition: background-position 1s; -webkit-moz-transition: background-position 1s; -o-transition: background-position 1s; -webkit-transition: background-position 1s; transition: background-position 1s; }
.suspend-item-item {background: url(../images/toolbar_2.png) no-repeat #feb65b;  display: block; width: 52px; height: 52px; margin-top: 1px; position: relative; -moz-transition: background-position 1s; -ms-transition: background-position 1s; -o-moz-transition: background-position 1s; -webkit-moz-transition: background-position 1s; -o-transition: background-position 1s; -webkit-transition: background-position 1s; transition: background-position 1s; }
.service-QQ {box-shadow: 0 0 8px 0 #feb65b;}
.suspend-item-weixin .suspend-layer { height: 140px; background-position: 0 0; overflow: hidden; box-shadow:0 0 5px #feb65b;}
.suspend-item:hover{background-color:#e62128;}
.suspend-item-item:hover{background-color:#e62128;}
.fn-suspend { position: fixed; right: 0; bottom: 50px;z-index: 99999; margin-right: 20px\0; }
.suspend-item:hover .suspend-layer { opacity: 1; filter: alpha(opacity=100); transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
.suspend-item-weixin { background-position: 0 -370px; }
.suspend-item-weixin:hover { background-position: 0 -433px; }
.suspend-item-weixin .suspend-layer img{display: block;}
.suspend-item-feedback { background-position: 0 0; }
.suspend-item-feedback a{width: 100%;height: 100%;display: block;}
.suspend-item-feedback:hover { background-position: 0 -60px; }
.suspend-item-app { background-position: 0 -122px; }
.suspend-item-app:hover { background-position: 0 -183px; }
.suspend-item-top { background-position: 0 -243px;cursor: pointer; }
.suspend-item-top:hover { background-position: 0 -308px; }
.suspend-layer { position: absolute; right: -173px; bottom: 0px; width: 140px; opacity: 0; filter: alpha(opacity=0);}
.service-QQ {position: absolute; list-style: none; color: #666; width: 173px; bottom: 0px;background-color:#fff;}
.service-QQ li { border-bottom: 1px solid #ddd; padding: 8px 0 8px 15px; font-size:14px;}
.service-QQ a { text-decoration: none; color: #666; }
.service-QQ li:last-child { border-bottom: none; }
.service-QQ li img { vertical-align: middle; }
.fn-suspend.floatqq_left .service-QQ { left:-173px; transition:left 0.3s; opacity:0; filter:alpha(opacity=0);}
.fn-suspend.floatqq_left .show_qq{ opacity:1; left:52px;filter:alpha(opacity=100);}
.fn-suspend.floatqq_right .service-QQ{ left:52px; transition:left 0.3s; opacity:0; filter:alpha(opacity=0);}
.fn-suspend.floatqq_right .show_qq{opacity:1; left:-173px;filter:alpha(opacity=100);}
.fn-suspend.floatqq_left .suspend-item-weixin .suspend-layer{ left:-140px;}
.fn-suspend.floatqq_left .suspend-item-weixin .suspend-layer.show_qq{left:52px; transition:left 0.3s;}
.fn-suspend.floatqq_right .suspend-item-weixin .suspend-layer.show_qq{left:-140px; transition:left 0.3s;}
.fn-suspend.floatqq_left .suspend-layer { left: 52px; -moz-transform-origin: 0 95%; -ms-transform-origin: 0 95%; -o-transform-origin: 0 95%; -webkit-transform-origin: 0 95%; transform-origin: 0 95%; }
@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.fn-suspend{display:none;} }
@media (max-width:767px) {.fopmes{height:45px;}}


/*-------------------内页开始-------------------*/
/*内页banner*/
.ny_banner {width:100%;height:auto;display:table;margin-top:187px;}
.ny_banner .slick-slide {height:auto;position:relative;overflow:hidden;display:block;width:100%;min-height:1px;}
.ny_banner .slick-slide:nth-child(1) img {height:auto;display:block;min-height:100px;object-fit:cover;width:100%;}

.hengfu {width:100%;height:auto;display:table;}
.hengfu .slick-slide {height:auto;position:relative;overflow:hidden;display:block;width:100%;min-height:1px;}
.hengfu .slick-slide:nth-child(1) img {height:auto;display:block;min-height:100px;object-fit:cover;width:100%;}

.ny_content_wrap {background:#ffffff;width:100%;min-height: 400px;}
.ny_content {width:90%;max-width:1400px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_content .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;}
.ny_content .bread_nav div{width:100%;text-align:left;color:#777;overflow:hidden;font-size:12px;}
.ny_content .bread_nav div>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .bread_nav div a{color:#555;}
.ny_content .bread_nav div a:hover{color:#e62128}
.ny_content .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .conn td{border:1px solid #333;}
.ny_content .ny_l {margin-right:3%;margin-left:0px;width:22%;float:left;}
.ny_content .ny_l .product {margin-bottom:10px;}
.ny_content .ny_l .titlebox {text-align:center;background:rgb(26,26,26);position:relative;}
.ny_content .ny_l .titlebox img{display: none;width:30px;height:30px;margin: 0; padding:10px;position: absolute;top: 0;right: 0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_content .ny_l .titlebox img.on{transform: rotateX(180deg);}
.ny_content .ny_l span.sidebar-tile {font-weight:bold;font-size:24px;text-shadow:none;text-align:center;line-height:40px;display:inline-block;color:rgb(255,255,255);margin:10px 0px 0px;padding:0px 10px;}
.ny_content .ny_l span.sidebar-tile.hasborder {border-bottom:1px dashed rgb(255,255,255);border-color:rgb(255,255,255);}
.ny_content .ny_l .titlebox .secondt {padding-bottom:10px;line-height:2;color:rgb(238,238,238);font-size:12px;margin:0px;}
.ny_content .ny_l .sidebar-column {margin:0px;padding:0px;}
.ny_content .ny_l .sidebar-column > li {white-space:nowrap;margin-bottom:0px;margin-top:0px;background:transparent;}
.ny_content .ny_l .sidebar-column > li > a {white-space:nowrap;text-overflow:ellipsis;display:block;font-size:15px;font-weight:300;position:relative;color:rgb(42,42,42);overflow:hidden;text-decoration:none;padding:10px 10px 10px 20px;background:-webkit-linear-gradient(top,rgb(255,255,255) 0%,rgb(245,245,245) 72%,rgb(237,236,236) 100%);}
.ny_content .ny_l .sidebar-column li a:hover,.ny_content .ny_l .sidebar-column li a.active {color:rgb(230,33,40);}
/*内页左侧推荐产品*/
.ny_content .ny_l .product_show {margin-bottom:10px;margin-top:0px;}
.product_show .imgbox{padding-bottom:34px;}
.product_show .imgbox .swiper-container {width:100%;height:100%;margin-left:auto;margin-right:auto;}
.product_show .imgbox .swiper-slide {text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */      display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.product_show .imgbox .swiper-slide a{display:block;}
.product_show .imgbox .swiper-slide a img{max-width:100%;}
.product_show .imgbox{position:relative;border:1px solid #f1f1f1;}
.product_show .imgbox .swiper-pagination{width:100%;}
.product_show .imgbox .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px;outline:none;}
.product_show .imgbox .swiper-pagination-bullet-active{background:#e62128;}

/*内页左侧相关文章*/
.xgwz_show ul{padding:4%;border: 1px solid #eaeaea;}
.xgwz_show ul li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
.xgwz_show ul li a { color: #666; font-size: 14px;}
.xgwz_show ul li a:hover { color:#e62128;}
.xgwz_show ul li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #e62128; border-radius: 50%; float: left;}

.ny_content .ny_r{margin-right:0;margin-left:0px;width:75%;float:right;}
.ny_content .ny_r2{width:100%;}
.ny_content .ny_r .conn_wz{width: 100%;max-width: 100%;font-size: 15px;font-weight: 300;line-height: 1.8;}



.ny_content .ny_r .conn_wz img,.ny_content .ny_r .conn_wz table,.ny_content .ny_r .conn_wz tr,.ny_content .ny_r .conn_wz td,.ny_content .ny_r .conn_wz p,.ny_content .ny_r .conn_wz span,.ny_content .ny_r .conn_wz div,.ny_content .ny_r .conn_wz video,.ny_content .ny_r .conn_wz embed{width:auto ;height:auto;max-width:100%;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}

@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {.ny_content .ny_l{width: 100%;float:right;margin-right:0;}.ny_content .ny_r{width:100%;}.ny_content .ny_l .product_show{display:none;}.titlebox2{display:none;}.ny_content .ny_l .sidebar-column{overflow:hidden;}.ny_content .ny_l .sidebar-column > li{float:left;margin-right:10px;}.ny_content .ny_l .product{margin-bottom:20px;}.ny_content .ny_r .conn_wz{font-size:14px;}.ny_content .ny_l .sidebar-column > li > a{font-size:14px;}.ny_content .ny_l .titlebox .secondt{display:none;}.ny_content .ny_l span.sidebar-tile.hasborder{border-bottom:0;font-size: 18px;}.ny_content .ny_l span.sidebar-tile{margin:0;height:50px;line-height:50px;}.ny_content .ny_l .titlebox{text-align:left;}.ny_content .ny_l .titlebox img{display:block;}}
@media (max-width:767px) {.ny_content .conn{padding-top:0;}}

/*内页产品中心*/
.ny_r .product_bd{padding-top:20px;}
.ny_r .product_bd li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.ny_r .product_bd li:nth-child(3n) {margin-right: 0px;}
.ny_r .product_bd li .pro_img{background:#fff;border:1px solid #dedede;padding:10px 10px;}
.ny_r .product_bd li .pro_img a{text-align:center;height:280px;overflow:hidden;background:#fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.ny_r .product_bd li .pro_img a img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_r .product_bd li .pro_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;display:none;}
.ny_r .product_bd li p{padding:5px 1%;width:98%;color:#555;font-size:15px;height:40px;line-height:40px;text-align:center;margin-top:-1px;}
.ny_r .product_bd li p span{display:block;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_r .product_bd li p span a{color:#555;}
.ny_r .product_bd li:hover .pro_img img{transform: scale(1.2);}
.ny_r .product_bd li:hover p{}
.ny_r .product_bd li:hover p a{color:#e62128;}
@media (max-width:1199px) {  }
@media (max-width:992px) {.ny_r .product_bd li .pro_img a{height:180px;}}
@media (max-width:880px) {.ny_r .product_bd li{width:48%;margin-bottom: 10px;}.ny_r .product_bd li:nth-child(3n){margin-right: 3%;}.ny_r .product_bd li:nth-child(2n){margin-right: 0;}.ny_r .product_bd li .pro_img a {height: 150px;}}
@media (max-width:767px) {}

/*内页产品分类*/
.menu_list { display:block;background:#fff;width:100%;overflow: hidden; margin: 0 auto; padding: 10px 0 0; box-sizing: border-box;border-right: 1px solid #eaeaea;border-left: 1px solid #eaeaea;}
.menu_list .menu_li { width:100%; height: 100%;margin: 0 auto; padding: 0 0; box-sizing: border-box;}
.menu_li>p>a{width:70%;float:left;display:block;color:#333;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.menu_li p { width:100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 14px; border-bottom: 1px solid #eaeaea; margin: 0 auto; padding: 0 0 0 20px; box-sizing: border-box;}
.menu_li>p>span{display:block;width:30%;height:44px;float:right;background: url(../images/jt1.png) 80% center no-repeat;background-size: 20px 20px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; cursor:pointer;}
.menu_li>p.on{background:#e62128;color:#fff;}
.menu_li>p.on a{color:#fff;}
.menu_li>p.on span{background: url(../images/jt02.png) 80% center no-repeat;background-size: 20px 20px;}
.menu_li>p:hover{background:#e62128;color:#fff;}
.menu_li>p:hover a{color:#fff;}
.menu_li>p:hover span{background: url(../images/jt01.png) 80% center no-repeat;background-size: 20px 20px;}
.menu_li>p.on:hover span{background: url(../images/jt02.png) 80% center no-repeat;background-size: 20px 20px;}
.menu_li ul {display:none; width:100%; overflow: hidden; margin: 10px auto 0; padding: 0;}
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li { width:100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0;}
.menu_li ul li a { display: block; width:100%; height: 44px; overflow: hidden; line-height: 44px; color: #808ea4; font-size: 12px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.menu_li ul li a p{width:100%;color: #666;background-color:#fff;height:44px;line-height:44px;font-weight:normal;padding:0;border-bottom:0;background: url(../images/menu_tb2.png) left no-repeat;padding-left: 20px;}
.menu_li ul li:last-child{ border-bottom: 1px solid #eaeaea; }
.menu_li p img, .menu_li ul li a img { display:block; width:14px; height: 14px; margin: 13px 13px 13px 0; padding: 0; float: left;}
.menu_li ul li a:hover { color:#fe0100;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.menu_list{display:none;}}
@media (max-width:767px) {}

/*内页新闻列表*/
.newslist ul li{overflow:hidden;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid;border-color: #efefef;}
.newslist ul li .nDate{float:left;width:10%;}
.newslist ul li .nDate .day{color: #6b6b6b;font-size: 25px;font-weight: 600;text-align:center;}
.newslist ul li .nDate .year{font-size: 16px;color: #6b6b6b;text-align:center;}
.newslist ul li .nDate2{float:left;width:10%;display:none;}
.newslist ul li .nDate2 .day{color: #6b6b6b;font-size: 25px;font-weight: 600;text-align:center;}
.newslist ul li .nDate2 .year{font-size: 16px;color: #6b6b6b;text-align:center;}
.newslist ul li .newPic{float:left;width:25%;margin:0 2%;}
.newslist ul li .newPic a{display:block;width:100%;overflow:hidden;}
.newslist ul li .newPic a img{max-width:100%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.newslist ul li .newPic:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.newslist ul li .newName{float:right;width:90%;}
.newslist ul li .newName .titleSet a{display: block;font-size: 16px;color: #2a2a2a;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight:normal;transition: all 0.2s es;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;}
.newslist ul li .newName .titleSet a:hover{text-decoration: underline;margin-left: 5px;}
.newslist ul li .newName .newDetail{height:70px;overflow:hidden;font-size: 14px;line-height: 1.6;color: rgb(107, 107, 107);padding: 10px 0 0;margin-bottom:15px;}
.newslist ul li .btnaSet{transition:all 0.2s es;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;display:inline-block;border:1px solid;border-color:#e62128;border-color:;color:#e62128;color:;font-size:14px;padding:2px 15px;}
.newslist ul li .btnaSet:hover{background-color: #e62128;background-color: ;color: #ffffff;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.newslist ul li .newPic{float: none;width: 100%;margin: 0 0 10px;}.newslist ul li .nDate2{display:block;width: 22%;}.newslist ul li .nDate{ width:22%}.newslist ul li .newName{width:74%;}}
@media (max-width:767px) {}


/*内页解决方案列表*/
.articlelist ul li{overflow:hidden;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid;border-color: #efefef;}
.articlelist ul li .nDate{float:left;width:10%;}
.articlelist ul li .nDate .day{color: #6b6b6b;font-size: 25px;font-weight: 600;text-align:center;}
.articlelist ul li .nDate .year{font-size: 16px;color: #6b6b6b;text-align:center;}
.articlelist ul li .newName{float:right;width:90%;}
.articlelist ul li .newName .titleSet a{display: block;font-size: 16px;color: #2a2a2a;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight:normal;transition: all 0.2s es;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;}
.articlelist ul li .newName .titleSet a:hover{text-decoration: underline;margin-left: 5px;}
.articlelist ul li .newName .newDetail{height:70px;overflow:hidden;font-size: 14px;line-height: 1.6;color: rgb(107, 107, 107);padding: 10px 0 0;margin-bottom:15px;}
.articlelist ul li .btnaSet{transition:all 0.2s es;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;display:inline-block;border:1px solid;border-color:#e62128;border-color:;color:#e62128;color:;font-size:14px;padding:2px 15px;}
.articlelist ul li .btnaSet:hover{background-color: #e62128;background-color: ;color: #ffffff;}
.articlelist ul li .btnaSet1{ float:right;}
.articlelist ul li .newName .titleSet1{ float:left;}
.articlelist1 ul li{ padding-bottom:15px; margin-bottom:15px;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.articlelist ul li .nDate{width:22%;}.articlelist ul li .newName{width:74%;}}
@media (max-width:767px) {.articlelist ul li .btnaSet1{ display:none;}}

/*内页案例展示*/
.ny_r .case_bd{padding-top:20px;}
.ny_r .case_bd li{float:left;width:20%;margin-right:3%;margin-bottom:30px;position:relative;border: 1px solid #999; padding: 10px }
.ny_r .case_bd li:nth-child(4n) {margin-right: 0px;}
.ny_r .case_bd li p{ text-align:center; line-height:45px; height:45px; width:100%; overflow:hidden;}
.ny_r .case_bd li .pro_img{background:#fff;/*border:1px solid #dedede;*/text-align:center;height:235px;overflow:hidden;background:#fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_r .case_bd li .pro_img img{display:block;vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_r .case_bd li .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;display:none;}
.ny_r .case_bd li .wz_zoom{position:absolute;top:50%;left:0;width:100%;margin-top:-40px;z-index:10;display:none;}
.ny_r .case_bd li .wz_zoom p{font-size:20px;color:#fff;height:50px;line-height:50px;text-align:center;padding:0 2%;overflow:hidden;}
.ny_r .case_bd li .wz_zoom a{display:block;width:60px;height:32px;line-height:32px;text-align:center;color:#fff;font-size:15px;border:1px solid #fff;margin:0  auto;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_r .case_bd li:before{content:'';display:block;width:100%;height:100%;background: rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:2;display:none;}
.ny_r .case_bd li:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.ny_r .case_bd li .wz_zoom a:hover{background:#fff;color: #76838f;}
@media (max-width:1199px) {.ny_r .case_bd li .pro_img{height:290px;} }
@media (max-width:992px) {.ny_r .case_bd li .pro_img{height:245px;}.ny_r .case_bd li .wz_zoom p{font-size:16px;} }
@media (max-width:880px) {.ny_r .case_bd li{width:48%;}.ny_r .case_bd li:nth-child(3n){margin-right: 3%;}.ny_r .case_bd li:nth-child(2n){margin-right: 0;}.ny_r .case_bd li .pro_img {height: 160px;}.ny_r .case_bd li .wz_zoom a{height:28px;line-height:28px;font-size:12px;}.ny_r .case_bd li .wz_zoom p{font-size:14px;}.ny_r .case_bd{padding-top:0;}}
@media (max-width:767px) {}

/*分页*/
.page_list{text-align:center;padding-top:20px;color:#555;}
.page_list a{display:inline-block;padding:0 10px;background:#1a1a1a;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;color:#fff;}
.page_list a:hover{background:#e62128;color:#ffffff;}
.page_list a.pnnum1{background:#e62128;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#1a1a1a;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;border:none;outline:none;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}
@media (max-width:992px) {
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
.page_list a{margin-right:5px;}
.page_list{font-size:0;color:#fff;margin-bottom: 0;}
.page_list ul{font-size:0;color:#fff;margin-bottom: 0;}
.page_list input{display:none !important;}
.page_list a{font-size:12px;}
	}

/*在线咨询*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px;/* background:url(/images/tb_img.png) top right no-repeat;*/ float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;outline:none;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; /*background:url(/images/tb_img.png) top right no-repeat;*/ float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus,.cpzx .textborder:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#e62128;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) { }
@media (max-width:767px) {.ly_msg ul li h4{display:none;}.cpzx .ly_msg ul li div{width:100% !important;}.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}.ly_msg ul li div.msg_ipt2{width:30% !important;}.ly_msg ul li span{display:none;}.ly_msg{margin: 0 auto 0 !important;}.cpzx .msg_btn input{width:49%;margin-right:0;}.cpzx .msg_btn input:first-child{margin-right:2%;}}


/*内页联系方式*/
.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}
.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:74%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}
.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
@media (max-width:1199px) { .contact .content1 ul li a .wz{width:60%;} }
@media (max-width:992px) {}
@media (max-width:880px) {.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;font-size: 16px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;font-size: 14px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;} }
@media (max-width:767px) {.tags_title{margin: 20px 0 30px;}}

/*内页人力资源*/
.ny_r .job_bd li{margin-bottom:40px;}
.ny_r .job_bd li .job_tlt{font-size: 24px;color: #2a2a2a;}
.ny_r .job_bd li .others{color: #a3afb7 !important;border-bottom: 1px solid #e4eaec;font-size:12px;padding:10px 0 15px;}
.ny_r .job_bd li .others span{display:inline-block;padding-right:10px;}
.ny_r .job_bd li .others span.add{background:url(../images/job_icon1.jpg) left center no-repeat;padding-left:15px;}
.ny_r .job_bd li .others span.man{background:url(../images/job_icon2.jpg) left center no-repeat;padding-left:15px;}
.ny_r .job_bd li .others span.money{background:url(../images/job_icon3.jpg) left center no-repeat;padding-left:20px;}
.ny_r .job_bd li .conn p{font-size:16px;color:#333;}
.ny_r .job_bd li .conn span{display:block;font-size:14px;color:#666;margin-bottom:10px;line-height: 28px;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.ny_r .job_bd li .others{padding: 10px 0 7px;margin-bottom:10px;}.ny_r .job_bd li{margin-bottom:20px;} }
@media (max-width:767px) {}


/*内页文章详情*/
.ny_r .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;font-weight: normal;}
.ny_r .ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_r .ny_news_ye{padding-top:30px;}
.ny_r .ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-size:14px;color:#333;}
.ny_r .ny_news_ye p a{font-size:14px;color:#333;}
.ny_r .ny_news_ye p:hover{background:#e62128;color:#fff;}
.ny_r .ny_news_ye p:hover a{color:#fff;}
.ny_r_conn img, .ny_r_conn table, .ny_r_conn tr, .ny_r_conn td, .ny_r_conn p, .ny_r_conn span, .ny_r_conn div, .ny_r_conn video, .nny_r_conn embed {width: auto !important;height: auto !important;max-width: 100% !important;max-height: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;white-space: normal;word-break: break-all;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.ny_r .ny_news_tlt{padding: 0 0 10px;font-size: 18px;}}
@media (max-width:767px) {}

/*产品详情页*/
.ny_r2  .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#e62128;margin-bottom:10px;}
.ny_r2 .proshow1{padding-top:40px;position:relative;}
.ny_r2 .proshow1 .js-silder{float:left;width:42%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:440px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;max-height:100%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#e62128;}
.ny_r2 .proshow1 .prodesc{float:right;width:54%;}
.ny_r2 .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.ny_r2 .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.ny_r2 .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#e62128;border-radius:2px;float:left;border:1px solid #fff;}
.ny_r2 .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.ny_r2 .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #e62128;color:#e62128;}
.ny_r2 .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}
.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}
.proshow2{padding-top:40px;}
.proshow2 .prodetail_con{float:right;width: 75%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}
@media (max-width:1199px) {  }
@media (max-width:992px) {}
@media (max-width:880px) {.ny_r2 .proshow1{padding-top:0;}.content_right .conn .proshow1{padding-top:20px;}.proshow1 .js-silder .silder-main-img{height:300px;}.content_right .conn .proshow1 .js-silder{float:none;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}.content_right .conn .proshow1 .prodesc{float:none;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}.content_right .conn .proshow1 .prodesc p.desc{height:74px;}.content_right .conn .proshow1 .pro_btn{padding-top:15px;}.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}.content_right .conn .proshow1 .pro_btn2 em{display:none;}.tags_title{margin:20px 0 30px;}.proshow2 .prodetail_con{width:100%;}.proshow2{padding-top:0;}.proshow2 .prodetail_con .content{padding:10px 0;}.ny_r2 .proshow1 .js-silder{float:none;width:100%;}.ny_r2 .proshow1 .prodesc{width:100%;padding-top:15px;}.ny_r2 .proshow1 .pro_btn2 em{display:none;}.ny_r2 .proshow1 .pro_btn1{height:45px;line-height:45px;}.ny_r2 .proshow1 .pro_btn2{height:45px;line-height:45px;}.ny_r2 .proshow1 .pro_btn{padding-top:10px;margin-bottom:15px;}}
@media (max-width:767px) {}

/**手机端漂浮电话**/
@media screen and (min-width:769px) {
	.pf_tel {display:none;}
}
@media screen and (max-width:768px) {
	.pf_tel { width:0.8rem; height: 0.8rem; margin: 0; padding: 0; position: fixed; right: 0.12rem; bottom: 20%; z-index: 100;}
	.pf_tel a { display:block; width: 0.4rem; height: 0.4rem; margin: 0; padding: 0.2rem; border-radius: 50%; background-color: #e62128; box-shadow: 0 0 0.16rem rgba(255, 114, 0, 0.4);}
	.pf_tel a img { display:block; width: 0.4rem; height: 0.4rem; margin: 0 auto; padding: 0;}
}



/*产品目录页产品板块*/
.pro_bdlist{margin-right:0;margin-left:0px;width:75%;float:right;}
.pro_bdlist li{float:left;width:44%;margin-right:4%;margin-bottom:30px;background: #f3f5f7;padding:25px 2%;}
.pro_bdlist li:nth-child(2n) {margin-right: 0;}
.pro_bdlist li .pic{float:left;width:40%;height:188px;background:#fff;overflow:hidden;}
.pro_bdlist li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist li .wz{float:right;width:56%;}
.pro_bdlist li .wz .tlt{display:block;font-size:18px;color:#333;height:34px;line-height:34px;margin-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist li .wz .desc{height:48px;font-size:14px;color:#666;line-height:24px;overflow:hidden;}
.pro_bdlist li .wz .cs{font-size:14px;color:#999;padding:10px 0;width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.pro_bdlist li .wz .cs span{color:#555;}
.pro_bdlist li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:14px;color:#787878;border:1px solid #bbb;padding:5px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.pro_bdlist li:hover .wz .ckxq{background-color: #e62128;border: 1px solid #e62128;color: #fff;}
.pro_bdlist li:hover .wz .tlt{color:#e62128;}
.pro_bdlist li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}
@media (max-width:1199px) {
	
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	.pro_bdlist{ width:100%; float:none;}
	.pro_bdlist li .pic{width:100%;margin-bottom:12px;height: 250px;}
	.pro_bdlist li .wz{width:100%;text-align:center;}
	.pro_bdlist li .wz .tlt{margin-bottom:5px;text-align:center;font-size: 16px;}
	.pro_bdlist li .wz .desc{text-align:center;}
	.pro_bdlist li .wz .cs{text-align:center;}
	.pro_bdlist li .wz .ckxq{padding:6px 5%;width:80%;}
}
@media (max-width:767px) {
	.pro_bdlist{padding-top:0;}
	.pro_bdlist li{padding: 10px 2% 20px;margin-bottom: 15px;}
	.pro_bdlist li .pic{height:140px;}
	.pro_bdlist li .wz .tlt{font-size:15px;margin-bottom:0;}
	.pro_bdlist li .wz .cs{display:none;}
	.pro_bdlist li .wz .desc{line-height: 20px;height:40px;font-size:12px;margin-bottom:10px;}
	.pro_bdlist li .wz .ckxq{padding:0 5%;font-size:12px;}
}





#footer_box{ width:100%; background:rgba(24,32,41,1); min-height:300px; padding-top:40px; padding-bottom:45px; margin-top:40px; }
#footer_box .foot_con{ width:1200px; margin:0 auto;font-size:14px; line-height:30px;}
#footer_box .foot_con .foot_l{ width:25%; float:left; margin-right:5%; display:block;}
#footer_box .foot_con .foot_c{ width:40%; float:left; color:#919399; margin-left:3%;}
#footer_box .foot_con .foot_c ul{ background:url(../images/foot_ico.jpg) no-repeat left; padding-left:30px; margin-bottom:20px;}
#footer_box .foot_con .foot_r{ width:25%; float:right; display:block;}
#footer_box .foot_con .foot_bt{ font-size:16px; font-weight:bold; color:#fff; margin-bottom:20px;}
#footer_box .foot_con .foot_r a,#footer_box .foot_con .foot_l a{ color:#919399;}
#foot_b_box{ width:100%; background:#0f141a; height:56px; line-height:56px; font-size:12px; text-align:center;}
#foot_b_box .foot_b{ width:1200px; margin:0 auto; color:#919399;}
#foot_b_box .foot_b a{ color:#919399;}

@media (max-width:1199px) {
	#footer_box{ width:95%; padding-left:2.5%; padding-right:2.5%; padding-top:30px; padding-bottom:40px;}
	#footer_box .foot_con{ width:100%;}
	#foot_b_box{ width:100%;height: 30px;line-height: 30px;padding: 10px 0;}
    #foot_b_box .foot_b{ width:95%;}
}
@media (max-width:991px) {
	#footer_box{ width:95%; padding-left:2.5%; padding-right:2.5%; padding-top:30px; padding-bottom:20px;}
	#footer_box .foot_con{ width:100%;}
	#foot_b_box{ width:100%;height: 30px;line-height: 30px;padding: 10px 0;}
    #foot_b_box .foot_b{ width:95%;}
	}
@media (max-width:767px) {
	#footer_box{ width:95%; padding-left:2.5%; padding-right:2.5%; padding-top:30px; padding-bottom:30px; margin-top:30px;}
	#footer_box .foot_con{ width:100%;}
	#foot_b_box{ width:100%;height: auto;line-height: 26px;padding: 10px 0;}
    #foot_b_box .foot_b{ width:95%;}
	#footer_box .foot_con .foot_l{ display:none;}
	#footer_box .foot_con .foot_c{ width:100%;}
	#footer_box .foot_con .foot_r{ display:none;}
	#footer_box .foot_con .foot_c img{width: 95%;}

	}
	
/**sj_part2**/
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.sj_part2 { width:100%; overflow:hidden; margin:0 auto; padding:40px 30px; box-sizing:border-box; background-color:#f8f8f8;}
	.sj_part2 .p2_l, .sj_part2 .p2_r { width:50%; overflow:hidden; margin:0; padding:0 30px; box-sizing:border-box; float:left;}
	.p2_l .p2_about a { display:block; width:100%; height:490px; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
	.p2_about a img { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
	.p2_about a .p2_abtext { width:100%; overflow:hidden; margin:0; padding:20px; background-color:rgba(24,32,41,1); box-sizing:border-box; position:absolute; bottom:0;}
	.p2_abtext p { width:100%; overflow:hidden; line-height:28px; color:#fff; font-size:16px; text-align:justify; text-indent:2em; text-overflow: ellipsis; margin:0 auto; padding:0;}
	.sj_tit { width:100%; overflow:hidden; color:#333; font-size:24px; margin-bottom:20px; padding:0;}
	.p2_r .p2_news { width:100%; overflow:hidden; margin:0; padding:0;}
	.p2_news ul li { width:100%; height:90px; overflow:hidden; margin:0 auto 20px; padding:0 0 0 140px; box-sizing:border-box; position:relative;}
	.p2_news ul li .p2_nw_time { width:120px; height:90px; overflow:hidden; margin:0; padding:0; background-color:#7f8e9d; position:absolute; left:0; top:0;}
	.p2_nw_time a b { display:block; width:100%; overflow:hidden; color:#fff; font-size:38px; font-weight:normal; text-align:center; margin:6px auto 0; padding:0;}
	.p2_nw_time a em { display:block; width:100%; overflow:hidden; color:#fff; font-size:14px; font-style:normal; text-align:center; margin:0 auto; padding:0;}
	
	.p2_news ul li .p2_nw_text { width:100%; overflow:hidden; margin:0; padding:0;}
	.p2_news ul li .p2_nw_text a { display:block; width:100%; max-height:24px; overflow:hidden; color:#000; font-size:18px; text-overflow: ellipsis; margin:4px auto 12px; padding:0;}
	.p2_news ul li .p2_nw_text span { display:block; width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; margin:0 auto; padding:0;}
	
	.p2_news ul li:hover .p2_nw_time { background-color:#e62128;}
	.p2_news ul li:hover .p2_nw_text a { color:#e62128;}
	.p2_nw_more a { display:block; width:100%; height:50px; overflow:hidden; line-height:50px; color:#666; font-size:18px; text-align:center; background-color:#e0e3e6; border-radius:4px; margin:0 auto; padding:0;}

}
@media screen and (max-width:1080px) {
	.sj_part2 { width:100%; overflow:hidden; margin:0 auto; padding:0.48rem 0.24rem 0; box-sizing:border-box; background-color:#f8f8f8;}
	.sj_part2 .p2_l, .sj_part2 .p2_r { width:100%; overflow:hidden; margin:0 auto 0.48rem; padding:0; box-sizing:border-box;}
	.p2_l .p2_about a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.p2_about a img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.p2_about a .p2_abtext { width:100%; overflow:hidden; margin:0 auto; padding:0.24rem; background-color:rgba(24,32,41,1); box-sizing:border-box;}
	.p2_abtext p { width:100%; overflow:hidden; line-height:0.44rem; color:#fff; font-size:0.28rem; text-align:justify; text-indent:2em; text-overflow: ellipsis; margin:0 auto; padding:0;}
	.sj_tit { width:100%; overflow:hidden; color:#333; font-size:0.4rem; font-weight:bold; margin-bottom:0.24rem; padding:0;}
	.p2_r .p2_news { width:100%; overflow:hidden; margin:0; padding:0;}
	.p2_news ul li { width:100%; height:1.3rem; overflow:hidden; padding:0 0 0 2.04rem; box-sizing:border-box; position:relative; margin:0 auto 0.24rem;}
	.p2_news ul li .p2_nw_time { width:1.8rem; height:1.3rem; overflow:hidden; margin:0; padding:0; background-color:#7f8e9d; position:absolute; left:0; top:0;}
	.p2_nw_time a b { display:block; width:100%; overflow:hidden; color:#fff; font-size:0.52rem; font-weight:normal; text-align:center; margin:0.06rem auto 0; padding:0;}

	.p2_nw_time a em { display:block; width:100%; overflow:hidden; color:#fff; font-size:0.24rem; font-style:normal; text-align:center; margin:0 auto; padding:0;}
	
	.p2_news ul li .p2_nw_text { width:100%; overflow:hidden; margin:0; padding:0;}
	.p2_news ul li .p2_nw_text a { display:block; width:100%; height:0.4rem; overflow:hidden; line-height:0.4rem; color:#000; font-size:0.32rem; text-overflow:ellipsis; margin:0 auto 0.1rem; padding:0;}
	.p2_news ul li .p2_nw_text span { display:block; width:100%; max-height:0.8rem; overflow:hidden; line-height:0.40rem; color:#888; font-size:0.24rem; margin:0 auto; padding:0;}
	
	.p2_news ul li:active .p2_nw_time { background-color:#e62128;}
	.p2_news ul li:active .p2_nw_text p { color:#e62128;}
	.p2_nw_more a { display:block; width:100%; height:0.72rem; overflow:hidden; line-height:0.72rem; color:#666; font-size:0.28rem; text-align:center; background-color:#e0e3e6; border-radius:0.04rem; margin:0 auto; padding:0;}
}



/**产品详细介绍**/
.tjpro_tit {width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 10px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.ny_main{padding-top:40px;}
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
/**prodetail**/
.pro_detail_main { width:100%; height:auto; margin: 40px auto; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #e62128; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 5px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:6px;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #e62128;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4a4a4a;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #ae141a;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #202020;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin:0; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:64px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #ddd; position:relative; box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #e62128;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media (max-width:1400px) {
	.pro_detail_main{width:100%;}
	.prodetail_img{width:45%;}
	#preview{width:100%;}
	.jqzoom{width:100%;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	.pro_detail_main .pro_detail_text{width:52%;}
	.pro_detail_text .pro_detail_btn{width:100%;}
	
	.zoomdiv { left:104%!important}
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	.pro_detail_main{width:100%;margin: 24px auto 20px;}
	.prodetail_img{width:100%;height:auto;}
	#preview{width:100%;}
	.jqzoom{width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text{width:100%;padding-top:2px;height: auto;min-height:260px; padding-bottom:60px;}
	.pro_detail_text h1{font-size:22px; line-height:32px;}
	.pro_detail_text .jyms{margin: 10px auto;padding: 12px 20px;height:auto;}
	.pro_detail_text ul{overflow:hidden;    margin: 10px auto;}
	.pro_detail_text ul li{font-size:14px;    margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a{height:48px;line-height:48px;width:48%;font-size:16px;}
	.pro_detail_btn a.prodtl_btn1{margin: 0 4% 0 0;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	.zoomdiv,.jqZoomPup{display:none !important;}
	
}
@media (max-width:767px) {
	
}




/* banner 开始 */
.swiper-container1 { width:100%; height:600px; overflow:hidden; margin:156px auto 0; padding:0; position:relative;}
.swiper-container1 .swiper-slide { background-size:1920px 600px!important; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:18px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; margin:0 5px!important; border-radius:50%; opacity:1; background:none;border: 2px solid rgba(255,255,255,0.5);}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {background:#fff;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next { width:50px!important; height:50px!important; top:50%!important; margin:-24px 0 0!important; border-radius:50%;}
.swiper-container1 .swiper-button-prev { background:url(../images/arrow-left-light.png) center center no-repeat; left:20px;}
.swiper-container1 .swiper-button-next { background:url(../images/arrow-right-light.png) center center no-repeat; right:20px;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.swiper-container1 {height:522px; }
.swiper-container1 .swiper-slide { background-size:1670px 522px!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.swiper-container1 {height:469px;margin: 252px auto 0; }
.swiper-container1 .swiper-slide { background-size:1500px 469px!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.swiper-container1 {height:325px;margin: 220px auto 0; }
.swiper-container1 .swiper-slide { background-size:1040px 325px!important;}
}
@media screen and (max-width:767px) {
.swiper-container1 {height:169px;margin: 120px auto 0; }
.swiper-container1 .swiper-slide { background-size:540px 169px!important;}
.swiper-container1 .swiper-pagination{bottom:10px!important;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next{ display:none;}
}
/* banner 结束 */